Xbasic

{YPAD}

Syntax

{YPAD= Height }

Arguments

Height

Numeric. Sets line spacing.

Description

The {YPAD} command sets the spacing between lines in points.

Example

ui_dlg_box("ddd",<<%dlg%
{ypad=12}
fred;
tom;
harry;
%dlg%)

Limitations

Desktop applications only

See Also